home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / util1 / epstein2.zip / README.TXT < prev   
Text File  |  1993-03-19  |  4KB  |  119 lines

  1.  
  2.  
  3.  
  4.                                         Epstein MenuMaker Additional Utilities
  5.                                         Beta/Freeware 1.0 (3/19/93)
  6.                                         (C) 1993 Epstein Enterprises
  7.                                         (C) 1993 Jeff Epstein
  8.                                         THIS IS ALSO FREE SOFTWARE!
  9.                                         (Big whoopeee!)
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29. LEGAL STUFF
  30. MenuMaker Additional Utilities is copyrighted software.  However, you may
  31. copy MenuMaker Additional Utilities Beta/Freeware 1.0 and distribute it, as
  32. long as there is no fee involved, and it is unmodified and copied in its
  33. entirety, including all documentation, executable files, and this copyright
  34. notice.
  35.  
  36. -----------------------------------------------------------------------------
  37.  
  38. This is the Beta/Freeware version of Epstein MenuMaker.  The files included
  39. in this package should be:
  40.  
  41. CM.EXE          Epstein CommandMaker main program
  42. ACM.BAT         Epstein Automatic CommandMaker, a batch program to call CM.EXE
  43. MOUSE.ECM       Sample CommandMaker file
  44. COPY.ECM        Sample CommandMaker file
  45. ML.BAT          Epstein MultiLine for MenuMaker/CommandMaker
  46. MM_WIN.ICO      MenuMaker icon for Windows
  47. MM_OS2.ICO      MenuMaker icon for OS/2
  48. README.TXT      Documentation.
  49.  
  50. WHAT IS THE MENUMAKER ADDITIONAL UTILITIES BETA/FREEWARE 1.0?
  51. Epstein Additional Utilities are just some programs that should have been
  52. included with the rest of MenuMaker, but I forgot.  So, here they are.
  53.  
  54. WHAT IS EPSTEIN COMMANDMAKER?
  55. Epstein CommandMaker is designed to work with MenuMaker, but can just as well
  56. be used with Windows, OS/2, or any other graphical environment.  Its purpose
  57. is to allow you to use command-line oriented programs from a graphical
  58. environment, without memorizing switches, messing around with the the programs'
  59. PIF or Settings window, or something.  You create a .ECM file that contains
  60. information about it.  Also, Automatic CommandMaker Creation Utility (ACM.BAT)
  61. lets you use CommandMaker without a .ECM file.
  62.  
  63. A .ECM file looks remarkably similar to a .ESS (Epstein ScreenSaver) or .EMM
  64. (Epstein MenuMaker) file.  In other words, it is a plain ASCII file, with each
  65. line made up of a command and data, in the form:
  66.  
  67. command=data
  68.  
  69. Anyway, here is a reference for all the commands and their parameters.
  70.  
  71. #=text
  72. ------
  73. # is a number from 1 to 16.  The text is the text displayed prompting the
  74. user for input.  The value of what the user types is replaced by &number in
  75. the EXEC= line, where number is #.  Anyway, look at the next command
  76. any maybe it will make sense.  Otherwise, forget it.
  77.  
  78. EXEC=command ¶m1 ¶m2 .... ¶mn
  79. ----
  80. The program to run with the position of the appropriate parameters.  Each
  81. ¶m1 is replaced with the answer the user gives to the appropriate question.
  82. For example, if the line read: "EXEC=TCC &1 /R:&2" and the user answered
  83. /X to question #1 and 234 to question #2, then the command executed would
  84. be: "EXEC=TCC /X /R:234".
  85.  
  86. TITLE=text
  87. ----
  88. The title to display at the bottom of the screen.
  89.  
  90. PAUSE=y
  91. ----
  92. Either Y or N.  Do you want to pause after execution of the program?
  93.  
  94. WHAT ABOUT THE REST OF THE STUFF?
  95. Other stuff in this ZIP are some icon files for Windows and OS/2, example .ECM
  96. files for CommandMaker, ACM.BAT, which is pretty self explanatory, designed to
  97. create a .ECM file for you, and MultiLine, which lets you run more than
  98. one program at a time from CommandMaker or MenuMaker (or anywhere else).
  99.  
  100. To use Automatic CommandMaker, just type:
  101.  
  102. ACM command
  103.  
  104. Where command looks basically like the EXEC= line in a .ECM file.  For example:
  105.  
  106. ACM DIR &1
  107.  
  108. Or:
  109.  
  110. ACM ML DIR &1 ^ PAUSE
  111.  
  112. The inclusion of ML and the ^ is for MultiLine, where ^ is the seperator of the
  113. two (or more) commands.
  114.  
  115. ADDITIONAL INFORMATION ON EPSTEIN ENTERPRISES
  116. Of course, suggestions, comments, criticisms, and such are welcome.
  117. I (Jeff Epstein) can be contacted on the Internet at writeon@world.std.com,
  118. or on the Boston Computer Society IBM Group BBS as Jeff Epstein, but nowhere
  119. else, unfortunately.